projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56fe6fc
)
(Fdo_auto_save): Pass new arg to sit_for.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 01:51:04 +0000
(
01:51
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 01:51:04 +0000
(
01:51
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 887f7c370c03f6896dbbeec72957a338f5acb9a2..fb4b422185424eaecc9c26717251092654d7ea13 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4630,7
+4630,7
@@
A non-nil CURRENT-ONLY argument means save only current buffer.")
{
if (omessage)
{
- sit_for (1, 0, 0, 0);
+ sit_for (1, 0, 0, 0
, 0
);
message2 (omessage, omessage_length);
}
else